home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / emulators / sexediss0.5beta / sexediss.doc.fw (.txt) < prev    next >
Final Write Document  |  1978-11-24  |  28KB  |  146 lines

  1. SEXeDiss V0.5 Beta
  2.  
  3. MS Windows (Bindoze) New Executable (NE) dissasembler
  4.  
  5. ©Copyright 1995 Soyeb Aswat
  6.  
  7. FreeWare
  8.  
  9. 22/9/95
  10.  
  11.  
  12.  
  13. Introduction
  14.  
  15. SEXeHeader is the first stage in a project I am working on which will culminate 
  16. in a program that will allow you to run a MS Windows application on your Amiga 
  17. as if it were made for AmigaOS originally. This is with all the Amiga's 
  18. wonderful multitasking abilities and without the Windows resource hogging!
  19.  
  20. The next stage of this project is SEXeDiss an 80386 dissasembler which 
  21. dissasembles Windows NE executable files and dynamic link libraries (DLL). This 
  22. will be followed by the actual emulator to run Windows programs.
  23.  
  24.  
  25. Requirements
  26.  
  27. An Amiga!
  28. Workbench 2.04
  29.  
  30. Usage
  31.  
  32.     
  33. SEXeDiss Name/A STDIO/S
  34.  
  35. Stdio switch is to allow you to output the information on shell window enabling 
  36. output redirection to a file.
  37.  
  38. Limitations
  39.  
  40. Presently only dissasembles the first segment in a particular file but that 
  41. will be fixed very soon. This version is only being released because I want 
  42. more publicity! This is not  quite a 386 dissasembler yet, it is a cross 
  43. between 286 and 386 code output.
  44.  
  45. What does it do!
  46.  
  47. SEXeDiss takes a Windows executable or library file and dissasembles the 
  48. contents into 286/386 assembly code.
  49.  
  50.  
  51. Why do it?
  52.  
  53. Why have a program to look at Windows files on an Amiga I hear you ask. Well as 
  54. can be seen from the introduction I am working on a Windows emulator, *not* a 
  55. PC emulator but a Windows emulator. This is the next step towards the emulator. 
  56. There is a possibility that I may not complete this dissasembler, at least in 
  57. this year as I intend to begin on the emulator and have a working version out 
  58. by the new year.
  59.  
  60.  
  61. Future
  62.  
  63. I will continue to develop this program as much as I need so don't expect new 
  64. versions. If you want source you will have to persuade me, as I am pretty 
  65. secretive about it!
  66. Support for dissasembling more than the first segment will be added very soon 
  67. and perhaps other things. Suggestions?
  68.  
  69. Bugs
  70.  
  71. Lots!!!!!!
  72. Well sort of, there are a number of instructions I haven't implemented yet and 
  73. will do as soon as I get the time, probably next weekend. 386 addressing modes 
  74. also need to be added and the 286 versions cleaned up, they should be cleared 
  75. soon.
  76.  
  77. If you find any bugs please e-mail me!
  78.  
  79. Windows emulator
  80.  
  81. If you are interested in any of my future projects please send me some mail to 
  82. let me know. Depending on the amount of interest shown I will put effort into 
  83. producing the software.
  84.  
  85.  
  86. Author
  87.  
  88. Soyeb Aswat
  89. 37 Newick Road,
  90. Clapton,
  91. London,
  92. E5 0RP,
  93. UK.
  94.  
  95. e-mail: df114@city.ac.uk
  96.  
  97. If you use this program or even just download it out of curiosity (catchy name 
  98. isn't it!) send me an e-mail or a postcard or something so I know if anybody's 
  99. out there! If you have any questions comments bug reports or just want somebody 
  100. to talk to write to me.
  101.  
  102.  
  103. Liscence
  104.  
  105. This program can be freely distributed on the condition that the archive stays 
  106. in its original form. No modifications are made to the program, documentation 
  107. and associated files. The source is provided for reference only and is not 
  108. intended to reflect the operation of the provided executable.
  109.     
  110. You may change and recompile the source to your specifications but I shall 
  111. retain the copyright on this and any subsequent versions of the program  and 
  112. will be subject to the conditions above. Any improvements made should be sent 
  113. to me and if included in following software, improvements will be fully 
  114. credited to you. Under no circumstances should adjusted copies be distributed 
  115. without my prior consent.
  116.     
  117. No gurantees are made as to the suitability, functionality or accuracy of the 
  118. software to any purpose whatsoever. No guarantee is made to the accuracy of the 
  119. documentation as relating to the software or otherwise.
  120.     
  121. No resposibility is taken for damages caused through the use or misuse of the 
  122. program of any sort whatsoever whether direct or consequential, whether 
  123. physical, financial or any other form.
  124.     
  125. You may not sell this software or include it with any commercial piece of 
  126. software without my prior consent. This will probably involve receiving 
  127. permission and my blessings for free.
  128.     
  129. This software may be distributed with any PD or shareware compilation but I 
  130. would like to be informed if this is done.
  131.  
  132. History
  133.  
  134. 0.5
  135.     
  136. 15/10
  137. /95
  138.     
  139. First version, lot's missing and I don't know why I bothered! Took 
  140.     
  141.     
  142.     
  143. me two weeks to write but Uni got in the way.
  144.  
  145.  
  146.